Skip to main content
GET
Get alert history

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Query Parameters

from_date
string<date-time> | null
to_date
string<date-time> | null
state
string | null
channels
string[] | null
page
integer
default:1
Required range: x >= 1
page_size
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response

items
AlertResponse · object[]
required
pagination
PageInfo · object
required